home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / qbbs / automsg.zip / AUTO-MSG.DOC < prev    next >
Text File  |  1989-01-03  |  3KB  |  83 lines

  1.  
  2.  
  3.  
  4.  
  5.                                     AUTO-MSG
  6.                             A Utility for QuickBBS
  7.  
  8.  
  9.  
  10.  
  11.  
  12.                           PROMISES, WARRANTIES, ETC
  13. Aint none!  If you got this directly from me, I can promise it's clean, and
  14. works for me.  I will try to work out any problems reported to me, and will
  15. consider all criticisms and comments.  Flames will be ignored.
  16.  
  17.  
  18.                                   LICENSE
  19. You may use and distribute these programs as you see fit. No money may be
  20. charged for the distribution of these programs with the exception of the a
  21. small reimbursement for the cost of the floppy disk. The archive must contain
  22. all original files and doc's.
  23.  
  24.  
  25.  
  26. AUTO-MSG was written to allow the SysOp to import any text file into the QBBS
  27. message base. It may be possible to use in on other BBS systems, but I don't
  28. have anyway of knowing.
  29.  
  30.  
  31.                                     SETUP
  32. You will have to create a two line file called AUTO-MSG.CFG consisting of the
  33. directory where your system stores the incoming messages (not packets).  This
  34. must be complete enough to get there from the sub-directory where AUTO-MSG is
  35. run from.  Line two is your net/node number.  My .CFG is enclosed.
  36.  
  37.  
  38. C:\Binkley\mail
  39. 151/807
  40.  
  41.  
  42.                                    RUNNING
  43. You can run from your BBS batch, or an external batch file.  A sample batch
  44. file is included.  Then use EchoGen (or equivalent) to "toss" the message.  Oh
  45. yeah, in order for the message to be tossed, the area name must be in your
  46. AREAS.BBS file.  AUTO-MSG requires 4 command line parameters in the form of:
  47.  
  48. auto-msg [to] [subject] [board_name] [filename.ext]
  49.  
  50.         to: simple.... SYSOP or ALL or USER's NAME
  51.         subject: ..... what is the message about?
  52.         board_name ... The name of the board to toss to (LOCAL or COMMENT,...)
  53.         filename.ext . The text file to import.
  54.  
  55. Remember to use the underscore ( "_" ) if there are any spaces other than
  56. between the 4 parameters. Example:
  57.  
  58. auto-msg ALL A_TEST_MESSAGE LOCAL TEST.TXT
  59.  
  60.  
  61.                                  Larry Kremmel
  62.                           SysOp The Hole in the Wall
  63.                                 1-919-751-2678
  64.                                    9600 HST
  65.                                     151/807
  66.                                    03 JAN 89
  67.  
  68.  
  69.                                    HISTORY
  70.  
  71. 11 Dec 88
  72.         Initial Beta not released.
  73.  
  74. 27 Dec 88
  75.         Added AUTO-MSG.CFG for use on other systems. Wrote docs. Still Beta!
  76.  
  77. 31 Dec 88
  78.         Fixed message format so they should toss on other systems.
  79.  
  80. 02 Jan 89
  81.         Fixed net/node routine to properly handle hex to decimal to hex
  82.         conversion.
  83.